From d8674428089caf912cf0ad3da72b75333a39f793 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Tue, 26 Nov 2019 11:53:45 +0000 Subject: [PATCH] Update quilt patch for new location of GetHostTriple.cmake --- debian/patches/raspbian-triplet.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/raspbian-triplet.patch b/debian/patches/raspbian-triplet.patch index f5806f717..1f4d61eb7 100644 --- a/debian/patches/raspbian-triplet.patch +++ b/debian/patches/raspbian-triplet.patch @@ -6,8 +6,8 @@ with the one we want for raspbian. @@ -0,0 +1,2 @@ +#!/bin/bash -e +$(dirname "$0")/config.guess | sed -r s/arm[a-zA-Z0-9]*/armv6/ ---- llvm-toolchain-9-9.orig/cmake/modules/GetHostTriple.cmake -+++ llvm-toolchain-9-9/cmake/modules/GetHostTriple.cmake +--- llvm-toolchain-9-9.orig/llvm/cmake/modules/GetHostTriple.cmake ++++ llvm-toolchain-9-9/llvm/cmake/modules/GetHostTriple.cmake @@ -18,7 +18,7 @@ function( get_host_triple var ) if(CMAKE_HOST_SYSTEM_NAME STREQUAL Windows AND NOT MSYS) message(WARNING "unable to determine host target triple") -- 2.30.2